PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFont Class / PDFTrueTypeFont Constructor / PDFTrueTypeFont Constructor(String,int,double,boolean,boolean,PDFTrueTypeFontFeatures)
In This Topic
    PDFTrueTypeFont Constructor(String,int,double,boolean,boolean,PDFTrueTypeFontFeatures)
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFTrueTypeFont( 
       java.lang.String trueTypeCollectionFile,
       int fontIndex,
       double size,
       boolean embed,
       boolean unicode,
       PDFTrueTypeFontFeatures fontFeatures
    )

    Parameters

    trueTypeCollectionFile
    fontIndex
    size
    embed
    unicode
    fontFeatures
    See Also